T
IdeaBlade DevForce 2010 Help Reference
ConvertTo<T> Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > StringFns Class : ConvertTo<T> Method



text
Typed conversion from string.

Syntax

Visual Basic (Declaration) 
Public Shared Function ConvertTo(Of T)( _
   ByVal text As String _
) As T
Visual Basic (Usage)Copy Code
Dim text As String
Dim value As T
 
value = StringFns.ConvertTo(Of T)(text)
C# 
public static T ConvertTo<T>( 
   string text
)
C++/CLI 
public:
static T^ ConvertTogeneric<typename T>
( 
   String^ text
) 

Parameters

text

Type Parameters

T

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.