JAMS Developer Guide
TryParse Method (DeltaTime)


MVPSI.JAMS Namespace > DeltaTime Structure : TryParse Method
Try to parse the string as a delta time
Syntax
'Declaration
 
Public Shared Function TryParse( _
   ByVal input As System.String, _
   ByRef output As DeltaTime _
) As System.Boolean
'Usage
 
Dim input As System.String
Dim output As DeltaTime
Dim value As System.Boolean
 
value = DeltaTime.TryParse(input, output)
public static System.bool TryParse( 
   System.string input,
   out DeltaTime output
)

Parameters

input
output
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DeltaTime Structure
DeltaTime Members