PbGlobal.String Method
.NET Standard 2.x
Converts an object to a string.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
Method | Description |
---|---|
String(object data) | Converts an object to a string. |
String(object data, string format) | Formats data, such as DataTime or TimeSpan values, according to a format mask. You can convert and format DateTime, numeric, and TimeSpan data. You can also apply a display format to a string. |