Class FormatStringExtension
Inheritance
System.Object
FormatStringExtension
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: cs.temp.dll.dll
public static class FormatStringExtension
Methods
Declaration
public static LazyFormatString LazyFormat(this string format)
Parameters
Type |
Name |
Description |
System.String |
format |
|
Returns
Declaration
public static LazyFormatString LazyFormat(this string format, object arg1)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg1 |
|
Returns
Declaration
public static LazyFormatString LazyFormat(this string format, object arg1, object arg2)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg1 |
|
System.Object |
arg2 |
|
Returns
Declaration
public static LazyFormatString LazyFormat(this string format, object arg1, object arg2, object arg3)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg1 |
|
System.Object |
arg2 |
|
System.Object |
arg3 |
|
Returns
Declaration
public static LazyFormatString LazyFormat(this string format, object arg1, object arg2, object arg3, object arg4)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg1 |
|
System.Object |
arg2 |
|
System.Object |
arg3 |
|
System.Object |
arg4 |
|
Returns
Declaration
public static LazyFormatString LazyFormat(this string format, object arg1, object arg2, object arg3, object arg4, object arg5)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg1 |
|
System.Object |
arg2 |
|
System.Object |
arg3 |
|
System.Object |
arg4 |
|
System.Object |
arg5 |
|
Returns