Noemax FastInfoset.NET
LookupPrefix Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > VocabularyWriter Class : LookupPrefix Method






ns
The namespace URI to resolve.
Resolves the namespace URI string into corresponding namespace prefix.

Syntax

Visual Basic (Declaration) 
Public Overrides Function LookupPrefix( _
   ByVal ns As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As VocabularyWriter
Dim ns As String
Dim value As String
 
value = instance.LookupPrefix(ns)
C# 
public override string LookupPrefix( 
   string ns
)
Delphi 
public function LookupPrefix( 
    ns: String
): String; override; 
JScript 
public override function LookupPrefix( 
   ns : String
) : String;
Managed Extensions for C++ 
public: string* LookupPrefix( 
   string* ns
) override 
C++/CLI 
public:
String^ LookupPrefix( 
   String^ ns
) override 

Parameters

ns
The namespace URI to resolve.

Return Value

The prefix that corresponds to the specified namespace URI.

See Also