GoDiagram Web Reference
PointFFromString Method

the string to parse
the default value to return if the string is null or there is a syntax or range error
Parse a string value as a PointF.
Syntax
'Declaration
 
Public Function PointFFromString( _
   ByVal str As String, _
   ByVal def As PointF _
) As PointF
public PointF PointFFromString( 
   string str,
   PointF def
)

Parameters

str
the string to parse
def
the default value to return if the string is null or there is a syntax or range error

Return Value

An PointF parsed from the string str; if there is a parsing exception, this method returns the value of def.
Remarks
You can convert a value to a string by calling WriteAttrVal(String,PointF) and passing null as the first argument (the attribute name).
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

GoXmlTransformer Class
GoXmlTransformer Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback