Visual Basic (Declaration) | |
---|---|
Public Sub Add(Of TYPE)( _ ByVal tryParse As CSharpTest.Net.Utils.StringConverter.TryParseMethod(Of TYPE), _ ByVal toString As Converter(Of TYPE,String) _ ) |
C# | |
---|---|
public void Add<TYPE>( CSharpTest.Net.Utils.StringConverter.TryParseMethod<TYPE> tryParse, Converter<TYPE,string> toString ) |
Parameters
- tryParse
- A delegate method to convert from a string
- toString
- A delegate method to convert to a string
Type Parameters
- TYPE
- The type that can be transformed by the delegates
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
StringConverter ClassStringConverter Members
StringConverter.TryParseMethod