CastStringVector
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| AsCharacter | 3 | Convert the numeric Double type as the String text type. |
| AsCharacter | 1 | 使用InputHandler.ToString())方法将对象集合转换为字符串序列 |
| AsNumeric | 1 | Convert the String value as Double numeric type. |
| AsGeneric | 1 | 将字典之中的值转换为Object类型 |
| AsType | 1 | string array parser helper. |
| AsDouble | 3 | cast integer to double in batch |
| AsSingle | 1 | parse string as float number in batch mode |
| AsLong | 1 | parse string as long integer in batch mode |
| AsBoolean | 1 | parse string as boolean in batch mode |
| AsInteger | 1 | parse string as integer in batch mode |
| AsColor | 1 | parse string as gdi+ color object in batch mode |
| AsGeneric | 1 | |
| AsType | 1 | |
| AsDateTime | 1 |
03 Members
Dictionary(Of String, Double))Convert the numeric Double type as the String text type.
| Name | Type | Description |
|---|---|---|
values | Dictionary(Of String, Double) | - |
Dictionary(Of String, Object), String)Convert the numeric Object type as the String text type by InputHandler.ToString().
| Name | Type | Description |
|---|---|---|
values | Dictionary(Of String, Object) | - |
IEnumerable(Of Double), Boolean, String)Cats the given numeric vector as character string.
| Name | Type | Description |
|---|---|---|
values | IEnumerable(Of Double) | - |
negPrefix | Boolean | add prefix to the positive value for make align with the negative symbol, example as if this parameter is set to true:
the positive number |
format | String | - |
IEnumerable(Of ``0), String)使用InputHandler.ToString()方法将对象集合转换为字符串序列
| Name | Description |
|---|---|
T |
| Name | Type | Description |
|---|---|---|
values | IEnumerable(Of ``0) | - |
null$ | String | - |
Dictionary(Of String, String))Convert the String value as Double numeric type.
| Name | Type | Description |
|---|---|---|
values | Dictionary(Of String, String) | - |
Dictionary(Of String, ``0))将字典之中的值转换为Object类型
| Name | Description |
|---|---|
T |
| Name | Type | Description |
|---|---|---|
values | Dictionary(Of String, ``0) | - |
IEnumerable(Of String))string array parser helper.
批量的将一个字符串集合解析转换为目标类型T的对象的集合
| Name | Description |
|---|---|
T | get parser for current type from InputHandler.CasterString. |
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of String) | - |
IEnumerable(Of String))将字符串集合转换为一个数值向量
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of String) | - |
IEnumerable(Of Single))cast single float to double in batch
| Name | Type | Description |
|---|---|---|
singles | IEnumerable(Of Single) | - |
IEnumerable(Of Int32))cast integer to double in batch
| Name | Type | Description |
|---|---|---|
singles | IEnumerable(Of Int32) | - |
IEnumerable(Of String))parse string as float number in batch mode
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of String) | - |
IEnumerable(Of String))parse string as long integer in batch mode
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of String) | - |
IEnumerable(Of String))parse string as boolean in batch mode
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of String) | - |
IEnumerable(Of String))parse string as integer in batch mode
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of String) | - |
IEnumerable(Of String))parse string as gdi+ color object in batch mode
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of String) | - |
Dictionary(Of String, T))IEnumerable(Of String))IEnumerable(Of String))