ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / WordDictionary Class / TryGetValue Method

In This Topic
    TryGetValue Method (WordDictionary)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByVal key As System.String, _
       ByRef value As System.String _
    ) As System.Boolean
    public System.bool TryGetValue( 
       System.string key,
       out System.string value
    )

    Parameters

    key
    value
    See Also