Class FixedString
Syntax
public static class FixedString
Methods
Convenience function to Format into a FixedString128, with arguments
int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, int arg0)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, int arg0, int arg1)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
int, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, int arg0, int arg1, int arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
int, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, int arg0, int arg1, float arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
int, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, int arg0, int arg1, string arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, int arg0, float arg1)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
int, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, int arg0, float arg1, int arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
int, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, int arg0, float arg1, float arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
int, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, int arg0, float arg1, string arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, int arg0, string arg1)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
int, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, int arg0, string arg1, int arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
int, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, int arg0, string arg1, float arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
int, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, int arg0, string arg1, string arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, float arg0)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, float arg0, int arg1)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
float, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, float arg0, int arg1, int arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
float, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, float arg0, int arg1, float arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
float, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, float arg0, int arg1, string arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, float arg0, float arg1)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
float, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, float arg0, float arg1, int arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
float, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, float arg0, float arg1, float arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
float, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, float arg0, float arg1, string arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, float arg0, string arg1)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
float, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, float arg0, string arg1, int arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
float, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, float arg0, string arg1, float arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
float, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, float arg0, string arg1, string arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, string arg0)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, string arg0, int arg1)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
string, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, string arg0, int arg1, int arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
string, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, string arg0, int arg1, float arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
string, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, string arg0, int arg1, string arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, string arg0, float arg1)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
string, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, string arg0, float arg1, int arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
string, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, string arg0, float arg1, float arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
string, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, string arg0, float arg1, string arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, string arg0, string arg1)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
string, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, string arg0, string arg1, int arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
string, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, string arg0, string arg1, float arg2)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
string, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format(FixedString128 formatString, string arg0, string arg1, string arg2)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, int, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, int arg1, int arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, int, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, int arg1, int arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, int, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, int arg1, int arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, int, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, int arg1, float arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, int, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, int arg1, float arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, int, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, int arg1, float arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, int, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, int arg1, string arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, int, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, int arg1, string arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, int, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, int arg1, string arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, float, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, float arg1, int arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, float, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, float arg1, int arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, float, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, float arg1, int arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, float, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, float arg1, float arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, float, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, float arg1, float arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, float, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, float arg1, float arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, float, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, float arg1, string arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, float, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, float arg1, string arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, float, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, float arg1, string arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, string, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, string arg1, int arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, string, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, string arg1, int arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, string, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, string arg1, int arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, string, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, string arg1, float arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, string, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, string arg1, float arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, string, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, string arg1, float arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, string, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, string arg1, string arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, string, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, string arg1, string arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
int, string, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, int arg0, string arg1, string arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, int, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, int arg1, int arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, int, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, int arg1, int arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, int, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, int arg1, int arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, int, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, int arg1, float arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, int, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, int arg1, float arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, int, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, int arg1, float arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, int, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, int arg1, string arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, int, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, int arg1, string arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, int, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, int arg1, string arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, float, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, float arg1, int arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, float, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, float arg1, int arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, float, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, float arg1, int arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, float, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, float arg1, float arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, float, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, float arg1, float arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, float, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, float arg1, float arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, float, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, float arg1, string arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, float, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, float arg1, string arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, float, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, float arg1, string arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, string, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, string arg1, int arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, string, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, string arg1, int arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, string, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, string arg1, int arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, string, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, string arg1, float arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, string, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, string arg1, float arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, string, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, string arg1, float arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, string, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, string arg1, string arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, string, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, string arg1, string arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
float, string, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, float arg0, string arg1, string arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, int, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, int arg1, int arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, int, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, int arg1, int arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, int, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, int arg1, int arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, int, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, int arg1, float arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, int, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, int arg1, float arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, int, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, int arg1, float arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, int, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, int arg1, string arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, int, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, int arg1, string arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, int, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, int arg1, string arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, float, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, float arg1, int arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, float, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, float arg1, int arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, float, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, float arg1, int arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, float, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, float arg1, float arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, float, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, float arg1, float arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, float, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, float arg1, float arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, float, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, float arg1, string arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, float, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, float arg1, string arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, float, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, float arg1, string arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, string, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, string arg1, int arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, string, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, string arg1, int arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, string, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, string arg1, int arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, string, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, string arg1, float arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, string, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, string arg1, float arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, string, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, string arg1, float arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, string, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, string arg1, string arg2, int arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, string, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, string arg1, string arg2, float arg3)
Parameters
Returns
Convenience function to Format into a FixedString512, with arguments
string, string, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format(FixedString512 formatString, string arg0, string arg1, string arg2, string arg3)
Parameters
Returns
Convenience function to Format into a FixedString128, with arguments
T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, T1 arg0)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, T1 arg0, int arg1)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, T1 arg0, int arg1, int arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, T1 arg0, int arg1, float arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, T1 arg0, int arg1, string arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, T1 arg0, float arg1)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, T1 arg0, float arg1, int arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, T1 arg0, float arg1, float arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, T1 arg0, float arg1, string arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, T1 arg0, string arg1)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, T1 arg0, string arg1, int arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, T1 arg0, string arg1, float arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, T1 arg0, string arg1, string arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
int, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, int arg0, T1 arg1)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
int, T1, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, int arg0, T1 arg1, int arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
int, T1, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, int arg0, T1 arg1, float arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
int, T1, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, int arg0, T1 arg1, string arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
int, int, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, int arg0, int arg1, T1 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
int, float, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, int arg0, float arg1, T1 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
int, string, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, int arg0, string arg1, T1 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
float, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, float arg0, T1 arg1)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
float, T1, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, float arg0, T1 arg1, int arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
float, T1, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, float arg0, T1 arg1, float arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
float, T1, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, float arg0, T1 arg1, string arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
float, int, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, float arg0, int arg1, T1 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
float, float, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, float arg0, float arg1, T1 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
float, string, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, float arg0, string arg1, T1 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
string, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, string arg0, T1 arg1)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
string, T1, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, string arg0, T1 arg1, int arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
string, T1, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, string arg0, T1 arg1, float arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
string, T1, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, string arg0, T1 arg1, string arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
string, int, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, string arg0, int arg1, T1 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
string, float, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, string arg0, float arg1, T1 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
string, string, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1>(FixedString128 formatString, string arg0, string arg1, T1 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, int arg1, int arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, int arg1, int arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, int arg1, int arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, int arg1, float arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, int arg1, float arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, int arg1, float arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, int arg1, string arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, int arg1, string arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, int arg1, string arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, float arg1, int arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, float arg1, int arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, float arg1, int arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, float arg1, float arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, float arg1, float arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, float arg1, float arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, float arg1, string arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, float arg1, string arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, float arg1, string arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, string arg1, int arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, string arg1, int arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, string arg1, int arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, string arg1, float arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, string arg1, float arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, string arg1, float arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, string arg1, string arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, string arg1, string arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, T1 arg0, string arg1, string arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, T1 arg1, int arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, T1 arg1, int arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, T1 arg1, int arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, T1 arg1, float arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, T1 arg1, float arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, T1 arg1, float arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, T1 arg1, string arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, T1 arg1, string arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, T1 arg1, string arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, int, T1, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, int arg1, T1 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, int, T1, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, int arg1, T1 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, int, T1, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, int arg1, T1 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, int, int, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, int arg1, int arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, int, float, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, int arg1, float arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, int, string, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, int arg1, string arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, float, T1, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, float arg1, T1 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, float, T1, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, float arg1, T1 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, float, T1, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, float arg1, T1 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, float, int, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, float arg1, int arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, float, float, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, float arg1, float arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, float, string, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, float arg1, string arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, string, T1, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, string arg1, T1 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, string, T1, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, string arg1, T1 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, string, T1, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, string arg1, T1 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, string, int, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, string arg1, int arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, string, float, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, string arg1, float arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, string, string, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, int arg0, string arg1, string arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, T1 arg1, int arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, T1 arg1, int arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, T1 arg1, int arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, T1 arg1, float arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, T1 arg1, float arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, T1 arg1, float arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, T1 arg1, string arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, T1 arg1, string arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, T1 arg1, string arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, int, T1, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, int arg1, T1 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, int, T1, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, int arg1, T1 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, int, T1, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, int arg1, T1 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, int, int, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, int arg1, int arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, int, float, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, int arg1, float arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, int, string, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, int arg1, string arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, float, T1, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, float arg1, T1 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, float, T1, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, float arg1, T1 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, float, T1, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, float arg1, T1 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, float, int, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, float arg1, int arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, float, float, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, float arg1, float arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, float, string, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, float arg1, string arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, string, T1, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, string arg1, T1 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, string, T1, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, string arg1, T1 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, string, T1, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, string arg1, T1 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, string, int, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, string arg1, int arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, string, float, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, string arg1, float arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, string, string, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, float arg0, string arg1, string arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, T1 arg1, int arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, T1 arg1, int arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, T1 arg1, int arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, T1 arg1, float arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, T1 arg1, float arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, T1 arg1, float arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, T1 arg1, string arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, T1 arg1, string arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, T1 arg1, string arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, int, T1, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, int arg1, T1 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, int, T1, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, int arg1, T1 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, int, T1, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, int arg1, T1 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, int, int, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, int arg1, int arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, int, float, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, int arg1, float arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, int, string, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, int arg1, string arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, float, T1, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, float arg1, T1 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, float, T1, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, float arg1, T1 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, float, T1, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, float arg1, T1 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, float, int, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, float arg1, int arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, float, float, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, float arg1, float arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, float, string, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, float arg1, string arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, string, T1, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, string arg1, T1 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, string, T1, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, string arg1, T1 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, string, T1, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, string arg1, T1 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, string, int, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, string arg1, int arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, string, float, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, string arg1, float arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, string, string, T1.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1>(FixedString512 formatString, string arg0, string arg1, string arg2, T1 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1, T2>(FixedString128 formatString, T1 arg0, T2 arg1)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, T2, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1, T2>(FixedString128 formatString, T1 arg0, T2 arg1, int arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, T2, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1, T2>(FixedString128 formatString, T1 arg0, T2 arg1, float arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, T2, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1, T2>(FixedString128 formatString, T1 arg0, T2 arg1, string arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, int, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1, T2>(FixedString128 formatString, T1 arg0, int arg1, T2 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, float, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1, T2>(FixedString128 formatString, T1 arg0, float arg1, T2 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, string, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1, T2>(FixedString128 formatString, T1 arg0, string arg1, T2 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
int, T1, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1, T2>(FixedString128 formatString, int arg0, T1 arg1, T2 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
float, T1, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1, T2>(FixedString128 formatString, float arg0, T1 arg1, T2 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
string, T1, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1, T2>(FixedString128 formatString, string arg0, T1 arg1, T2 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, T2, int, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, T2 arg1, int arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, T2, int, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, T2 arg1, int arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, T2, int, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, T2 arg1, int arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, T2, float, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, T2 arg1, float arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, T2, float, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, T2 arg1, float arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, T2, float, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, T2 arg1, float arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, T2, string, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, T2 arg1, string arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, T2, string, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, T2 arg1, string arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, T2, string, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, T2 arg1, string arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, T2, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, int arg1, T2 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, T2, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, int arg1, T2 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, T2, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, int arg1, T2 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, int, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, int arg1, int arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, float, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, int arg1, float arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, int, string, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, int arg1, string arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, T2, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, float arg1, T2 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, T2, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, float arg1, T2 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, T2, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, float arg1, T2 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, int, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, float arg1, int arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, float, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, float arg1, float arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, float, string, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, float arg1, string arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, T2, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, string arg1, T2 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, T2, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, string arg1, T2 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, T2, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, string arg1, T2 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, int, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, string arg1, int arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, float, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, string arg1, float arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
T1, string, string, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, T1 arg0, string arg1, string arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, T2, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, int arg0, T1 arg1, T2 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, T2, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, int arg0, T1 arg1, T2 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, T2, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, int arg0, T1 arg1, T2 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, int, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, int arg0, T1 arg1, int arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, float, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, int arg0, T1 arg1, float arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, T1, string, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, int arg0, T1 arg1, string arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, int, T1, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, int arg0, int arg1, T1 arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, float, T1, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, int arg0, float arg1, T1 arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
int, string, T1, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, int arg0, string arg1, T1 arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, T2, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, float arg0, T1 arg1, T2 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, T2, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, float arg0, T1 arg1, T2 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, T2, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, float arg0, T1 arg1, T2 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, int, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, float arg0, T1 arg1, int arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, float, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, float arg0, T1 arg1, float arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, T1, string, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, float arg0, T1 arg1, string arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, int, T1, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, float arg0, int arg1, T1 arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, float, T1, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, float arg0, float arg1, T1 arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
float, string, T1, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, float arg0, string arg1, T1 arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, T2, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, string arg0, T1 arg1, T2 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, T2, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, string arg0, T1 arg1, T2 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, T2, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, string arg0, T1 arg1, T2 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, int, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, string arg0, T1 arg1, int arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, float, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, string arg0, T1 arg1, float arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, T1, string, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, string arg0, T1 arg1, string arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, int, T1, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, string arg0, int arg1, T1 arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, float, T1, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, string arg0, float arg1, T1 arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString512, with arguments
string, string, T1, T2.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2>(FixedString512 formatString, string arg0, string arg1, T1 arg2, T2 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Convenience function to Format into a FixedString128, with arguments
T1, T2, T3.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString128 Format<T1, T2, T3>(FixedString128 formatString, T1 arg0, T2 arg1, T3 arg2)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes where T3 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Type |
Name |
Description |
FixedString128 |
formatString |
|
T1 |
arg0 |
|
T2 |
arg1 |
|
T3 |
arg2 |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
Convenience function to Format into a FixedString512, with arguments
T1, T2, T3, int.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2, T3>(FixedString512 formatString, T1 arg0, T2 arg1, T3 arg2, int arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes where T3 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
Convenience function to Format into a FixedString512, with arguments
T1, T2, T3, float.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2, T3>(FixedString512 formatString, T1 arg0, T2 arg1, T3 arg2, float arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes where T3 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
Convenience function to Format into a FixedString512, with arguments
T1, T2, T3, string.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2, T3>(FixedString512 formatString, T1 arg0, T2 arg1, T3 arg2, string arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes where T3 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
Convenience function to Format into a FixedString512, with arguments
T1, T2, int, T3.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2, T3>(FixedString512 formatString, T1 arg0, T2 arg1, int arg2, T3 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes where T3 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
Convenience function to Format into a FixedString512, with arguments
T1, T2, float, T3.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2, T3>(FixedString512 formatString, T1 arg0, T2 arg1, float arg2, T3 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes where T3 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
Convenience function to Format into a FixedString512, with arguments
T1, T2, string, T3.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2, T3>(FixedString512 formatString, T1 arg0, T2 arg1, string arg2, T3 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes where T3 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
Convenience function to Format into a FixedString512, with arguments
T1, int, T2, T3.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2, T3>(FixedString512 formatString, T1 arg0, int arg1, T2 arg2, T3 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes where T3 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
Convenience function to Format into a FixedString512, with arguments
T1, float, T2, T3.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2, T3>(FixedString512 formatString, T1 arg0, float arg1, T2 arg2, T3 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes where T3 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
Convenience function to Format into a FixedString512, with arguments
T1, string, T2, T3.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2, T3>(FixedString512 formatString, T1 arg0, string arg1, T2 arg2, T3 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes where T3 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
Convenience function to Format into a FixedString512, with arguments
int, T1, T2, T3.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2, T3>(FixedString512 formatString, int arg0, T1 arg1, T2 arg2, T3 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes where T3 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
Convenience function to Format into a FixedString512, with arguments
float, T1, T2, T3.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2, T3>(FixedString512 formatString, float arg0, T1 arg1, T2 arg2, T3 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes where T3 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
Convenience function to Format into a FixedString512, with arguments
string, T1, T2, T3.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2, T3>(FixedString512 formatString, string arg0, T1 arg1, T2 arg2, T3 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes where T3 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
Convenience function to Format into a FixedString512, with arguments
T1, T2, T3, T4.
If more control over the return type, or more complex formatting is required,
please manually create a FixedStringN and use its Append and AppendFormat methods.
Declaration
public static FixedString512 Format<T1, T2, T3, T4>(FixedString512 formatString, T1 arg0, T2 arg1, T3 arg2, T4 arg3)
where T1 : struct, INativeList<byte>, IUTF8Bytes where T2 : struct, INativeList<byte>, IUTF8Bytes where T3 : struct, INativeList<byte>, IUTF8Bytes where T4 : struct, INativeList<byte>, IUTF8Bytes
Parameters
Type |
Name |
Description |
FixedString512 |
formatString |
|
T1 |
arg0 |
|
T2 |
arg1 |
|
T3 |
arg2 |
|
T4 |
arg3 |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|