PbGlobal.String(object data) Method
.NET Standard 2.x
Converts an object to a string.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static string String(object data);
Parameters
data
System.Object
The data you want returned as a string with the specified formatting. Data can have a DateTime, numeric, TimeSpan, or string datatype. Data can also be an Any variable containing one of these datatypes.
Returns
System.String
Returns string data if it succeeds.
Examples
Coming soon.
Applies to
.NET Standard
2.x