Skip to content

M_CommandLine_Core_TypeConverter_ChangeTypeScalarImpl

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

TypeConverter.ChangeTypeScalarImpl Method

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

Syntax

C#

private static Result<Object, Exception> ChangeTypeScalarImpl(
	string value,
	Type conversionType,
	CultureInfo conversionCulture,
	bool ignoreValueCase
)

VB

Private Shared Function ChangeTypeScalarImpl ( 
	value As String,
	conversionType As Type,
	conversionCulture As CultureInfo,
	ignoreValueCase As Boolean
) As Result(Of Object, Exception)

C++

private:
static Result<Object^, Exception^>^ ChangeTypeScalarImpl(
	String^ value, 
	Type^ conversionType, 
	CultureInfo^ conversionCulture, 
	bool ignoreValueCase
)

F#

private static member ChangeTypeScalarImpl : 
        value : string * 
        conversionType : Type * 
        conversionCulture : CultureInfo * 
        ignoreValueCase : bool -> Result<Object, Exception> 

Parameters

 

value
Type: System.String
conversionType
Type: System.Type
conversionCulture
Type: System.Globalization.CultureInfo
ignoreValueCase
Type: System.Boolean

Return Value

Type: Result(Object, Exception)

See Also

Reference

TypeConverter Class
CommandLine.Core Namespace

Clone this wiki locally