Wide character type alias (platform dependent)
Converts str to a C string, that is, if a null terminator is not present then it is appended to the original string. A pointer to the string is returned.
Converts str to a C string, that is, if a null terminator is not present then it is appended to the original string. A pointer to the string is returned.
Converts str to a D string: str is sliced from the beginning up to its null terminator.
Converts str to a D string: str is sliced from the beginning up to its null terminator.
Class containing the string conversion functions