PixelPerfectEngine.system.etc

Undocumented in source.

Members

Functions

csvParser
string[] csvParser(string input, char separator)

Parses a comma separated string into a single array.

intToHex
string intToHex(int i, int format)

Returns a hexadecimal string representation of the integer.

intToOct
string intToOct(int i, int format)

Returns a octal string representation of the integer.

isInteger
bool isInteger(S s)
parseHex
int parseHex(string s)

Parses a hexadecimal int represented as a string.

stringArrayConv
wstring[] stringArrayConv(string[] s)

Converts string[] to wstring[]

stringArrayJoin
string stringArrayJoin(string[] input)

Joins prettyprint strings to a single string for file storage.

Meta