PbGlobal.Long(object v) Method
.NET Standard 2.x
Converts an object to an int number.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static int? Long(object v);
Parameters
v
System.Object
An object you want to convert to an int.
Returns
System.Int32
Returns an int converted from an object. If v is null, Int returns null.
Examples
Coming soon.
Applies to
.NET Standard
2.x