Class TextConversionExtensions
Conversion extensions.
Inheritance
System.Object
TextConversionExtensions
Namespace: MESL.SqlRace.Domain.Extensions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public static class TextConversionExtensions : Object
Methods
DefaultValue(TextConversion, String)
Sets the default value.
Declaration
public static TextConversion DefaultValue(this TextConversion self, string defaultValue)
Parameters
Type | Name | Description |
---|---|---|
TextConversion | self | The TextConversion instance. |
System.String | defaultValue | The default value. |
Returns
Type | Description |
---|---|
TextConversion | The TextConversion. |
StringValues(TextConversion, String[])
Sets the string values.
Declaration
public static TextConversion StringValues(this TextConversion self, string[] values)
Parameters
Type | Name | Description |
---|---|---|
TextConversion | self | The TextConversion instance. |
System.String[] | values | The values. |
Returns
Type | Description |
---|---|
TextConversion | The TextConversion. |
Values(TextConversion, Double[])
Sets the values.
Declaration
public static TextConversion Values(this TextConversion self, double[] values)
Parameters
Type | Name | Description |
---|---|---|
TextConversion | self | The TextConversion instance. |
System.Double[] | values | The values. |
Returns
Type | Description |
---|---|
TextConversion | The TextConversion. |