Attempts to extract a language tag from the provided value

Namespace: BrightstarDB.Rdf
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public static string GetLiteralLanguageTag(
	Object value
)
Visual Basic
Public Shared Function GetLiteralLanguageTag ( 
	value As Object
) As String
Visual C++
public:
static String^ GetLiteralLanguageTag(
	Object^ value
)
F#
static member GetLiteralLanguageTag : 
        value : Object -> string 

Parameters

value
Type: System..::..Object
The value to be processed

Return Value

Type: String
The value of the Language property if value is a PlainLiteral, or NULL otherwise.

See Also