Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcExternalIdentity Class / ConvertToLocal Method


In This Topic
    ConvertToLocal Method (CalcExternalIdentity)
    In This Topic
    Converts to non-external identity.
    Syntax
    'Declaration
     
    Public Overridable Function ConvertToLocal() As CalcLocalIdentity
    'Usage
     
    Dim instance As CalcExternalIdentity
    Dim value As CalcLocalIdentity
     
    value = instance.ConvertToLocal()
    public virtual CalcLocalIdentity ConvertToLocal()
    See Also