M_CommandLine_Infrastructure_StringExtensions_ToStringInvariant__1 - adutton/commandline GitHub Wiki
Namespace: CommandLine.Infrastructure
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public static string ToStringInvariant<T>(
this T value
)VB
<ExtensionAttribute>
Public Shared Function ToStringInvariant(Of T) (
value As T
) As StringC++
public:
[ExtensionAttribute]
generic<typename T>
static String^ ToStringInvariant(
T value
)F#
[<ExtensionAttribute>]
static member ToStringInvariant :
value : 'T -> string
- value
- Type: T
- T
Type: String
In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).