Skip to content

M_CommandLine_Core_TypeConverter_ConvertString

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

TypeConverter.ConvertString Method

Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

private static Object ConvertString(
	string value,
	Type type,
	CultureInfo conversionCulture
)

VB

Private Shared Function ConvertString ( 
	value As String,
	type As Type,
	conversionCulture As CultureInfo
) As Object

C++

private:
static Object^ ConvertString(
	String^ value, 
	Type^ type, 
	CultureInfo^ conversionCulture
)

F#

private static member ConvertString : 
        value : string * 
        type : Type * 
        conversionCulture : CultureInfo -> Object 

Parameters

 

value
Type: System.String
type
Type: System.Type
conversionCulture
Type: System.Globalization.CultureInfo

Return Value

Type: Object

See Also

Reference

TypeConverter Class
CommandLine.Core Namespace

Clone this wiki locally