public override string ToString() { return(CStrings.String(this)); }
public static string ToString(CString value) { return(CStrings.String(value)); }