XmlDocNullReferenceResolver.GetLanguageId Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the identifier for the programming language of the specified code block.
public string GetLanguageId(string code)Parameters
codestring- The code block for which to determine the programming language identifier.
Returns
- string
- An empty string, as no actual resolution is performed.
