Search for:
Search Button
C# Get The Characters Before A Certain Character
November 5, 2023
-
string
mart
=
"
1-0900
"
;
MsgBox
.
Information
(
mart
.
Split
(
'
-
'
)[
0
])
;
General
Previous Post
Next Post