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