Static Method Summary
Static Public Methods | ||
public static |
Formats a string to represent a command. |
|
public static |
Formats a string to represent a number. |
|
public static |
Formats a string to represent a path. |
|
public static |
Formats a string to represent a value. |
Static Public Methods
public static command(command: string): string source
Formats a string to represent a command.
Params:
Name | Type | Attribute | Description |
command | string | The command to format. |
Test:
public static number(number: string): string source
Formats a string to represent a number. Use this format for times, counts, etc.
Params:
Name | Type | Attribute | Description |
number | string | The value to format. |