StringExtensions.CharA(this string str) Method
.NET Standard 2.x
Extracts the first ASCII character of a string to a char.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static char? CharA(this string str);
Parameters
str
System.String
The string that begins with the character you want.
Returns
System.Char
Returns the first character of str. If str is null
, CharA
returns null
.
Examples
Coming soon.
Applies to
.NET Standard
2.x