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