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