'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function ValueType( _ ByVal dataVariable As UADataVariable, _ ByVal valueTypeCode As TypeCode _ ) As UADataVariable
'Usage
Dim dataVariable As UADataVariable Dim valueTypeCode As TypeCode Dim value As UADataVariable value = UADataVariableExtension.ValueType(dataVariable, valueTypeCode)
[Extension()] [NotNull()] public static UADataVariable ValueType( UADataVariable dataVariable, TypeCode valueTypeCode )
[Extension()] [NotNull()] public: static UADataVariable^ ValueType( UADataVariable^ dataVariable, TypeCode valueTypeCode )
Parameters
- dataVariable
- The data variable that will be modified and returned.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - valueTypeCode
- The type of the data variable, expressed as .NET type code (System.TypeCode).
Return Value
This method never returns null
(Nothing
in Visual Basic).