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