GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoMultiTextNode Class
/ GetString Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
GetString Method
In This Topic
This convenience method gets the string associated with a given item in the list.
Syntax
C#
public
virtual
string
GetString(
int
i
)
Parameters
i
Return Value
if the
i
'th item is a
GoText
, this returns its
GoText.Text
property, otherwise it returns an empty string
See Also
Reference
GoMultiTextNode Class
GoMultiTextNode Members