ydlib.common

Module for common functions missing from Phobos

Members

Functions

BytesToString
string BytesToString(ubyte[] bytes, bool upper)

converts an array of bytes to a string with hexadecimal

StringToLower
string StringToLower(string str)

converts a string to lower case

StringToUpper
string StringToUpper(string str)

converts a string to uppercase

Meta