Version

ConvertFromInvariantString Method (StringArrayTypeConverter)

Converts from a culture invariant string to the desired type.
Syntax
public override object ConvertFromInvariantString( 
   string value
)

Parameters

value
The string to convert.

Return Value

An object of the desired type.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also