GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoMultiTextNode Class / GetString Method
In This Topic
    GetString Method
    In This Topic
    This convenience method gets the string associated with a given item in the list.
    Syntax
    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