Time:09-27
CodePudding user response:
string STR="ABC"; Var char_array=STR. ToCharArray ();
Quote: refer to 1st floor sunny2u07 response: string STR="ABC"; Var char_array=STR. ToCharArray (); How to use the substring to read
String STR="ABC". Span Char_array=STR. AsSpan (). Slice (startIndex, count); String new_str=char_array. ToString ();
Page link:https//www.codepudding.com/net/35161.html