StringConverterConvert Method

Converts a string memory region to a string.

Definition

Namespace: Ookii.CommandLine.Conversion
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public override Object? Convert(
	ReadOnlyMemory<char> value,
	CultureInfo culture,
	CommandLineArgument argument
)

Parameters

value  ReadOnlyMemoryChar
The string memory region to convert.
culture  CultureInfo
The culture to use for the conversion.
argument  CommandLineArgument
The CommandLineArgument that will use the converted value.

Return Value

Object
The value of the value parameter as a string.

See Also