PbGlobal.Space(int? count) Method
.NET Standard 2.x
Builds a string of the specified length whose value consists of spaces.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static string Space(int? count);
Parameters
count
System.Int32
An int whose value is the length of the string to be filled with spaces.
Returns
System.String
Returns a string filled with n spaces if it succeeds and the empty string ("") if an error occurs. If n is null, Space returns null.
Examples
Coming soon.
Applies to
.NET Standard
2.x