StringExtensions.AscA(this string str) Method
.NET Standard 2.x
Converts the first character of a string to its ASCII short value.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static short? AscA(this string str);
Parameters
str
System.String
The string for which you want the ASCII value of the first character.
Returns
System.Int16
Returns the ASCII value of the first character in string. If str is null
, AscA
returns null
.
Examples
Coming soon.
Applies to
.NET Standard
2.x