Strings array to decimal array.
Namespace: MSBuild.Community.Tasks.Math
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Protected Function StringArrayToDecimalArray( _ ByVal numbers As String[] _ ) As Decimal[] |
| C# |
|---|
| protected decimal[] StringArrayToDecimalArray( string[] numbers ) |
| C++ |
|---|
| protected: array<decimal>^ StringArrayToDecimalArray( array<String>^ numbers ) sealed |
| J# |
|---|
| protected decimal[] StringArrayToDecimalArray( string[] numbers ) |
| JScript |
|---|
| protected
function StringArrayToDecimalArray( numbers : String[] ) : Decimal[] |
Parameters
- numbers
- The numbers.
See Also
Documentation version 1.0.0.0.