Autodesk Vault ProfessionalVault API

FromString Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.PersistentIdPersistableIdEntInfo

Converts from the string representation to an instance of a ServerEntWrapper object

Syntax

public static PersistableIdEntInfo FromString(
   System.string wrapperId
)
Public Shared Function FromString( _
   ByVal wrapperId As System.String _
) As PersistableIdEntInfo

Parameters

NameDescription
wrapperId

Return Value

Returns null if there was an error parsing the string

See Also