PbGlobal.CharA(decimal? v) Method
.NET Standard 2.x
Converts a decimal to an ASCII character.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static char? CharA(decimal? v);
Parameters
value
System.Decimal
A decimal you want to convert to a character.
Returns
System.Char
Returns the ASCII character of n. If v is null, CharA returns null.
Examples
Coming soon.
Applies to
.NET Standard
2.x