MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
TryParse<(Of <(<'T>)>)> Method (input)
NamespacesMPfm.CoreConversionTryParse<(Of <<'(T>)>>)(String)
Parses a string and converts the value into a specific type. Inspired from a post on Stack Overflow: http://stackoverflow.com/questions/569249/methodinfo-invoke-with-out-parameter
Declaration Syntax
C#Visual Basic
public static T TryParse<T>(
	string input
)
Public Shared Function TryParse(Of T) ( _
	input As String _
) As T
Generic Template Parameters
T
Type to convert to
Parameters
input (String)
Input string
Return Value
Value (default value if failed)

Assembly: MPfm.Core (Module: MPfm.Core) Version: 0.5.3.0 (0.5.3.0)