public static bool TryParse( string path, out ActorPath actorPath )
Public Shared Function TryParse ( _ path As String, _ <OutAttribute> ByRef actorPath As ActorPath _ ) As Boolean
public: static bool^ TryParse( String^ path, [OutAttribute] ActorPath^% actorPath )