Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static string ToInvariantString(
this float number,
string format
)
public static string ToInvariantString(
this float number,
string format
)
<ExtensionAttribute>
Public Shared Function ToInvariantString (
number As Single,
format As String
) As String
<ExtensionAttribute>
Public Shared Function ToInvariantString (
number As Single,
format As String
) As String
public:
[ExtensionAttribute]
static String^ ToInvariantString(
float number,
String^ format
)
public:
[ExtensionAttribute]
static String^ ToInvariantString(
float number,
String^ format
)
static member ToInvariantString :
number : float32 *
format : string -> string
static member ToInvariantString :
number : float32 *
format : string -> string
Return Value
Type:
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Single. 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).