Returns true if the specified type is mapped to an RDF literal type by this class

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

Syntax

C#
public static bool IsKnownType(
	Type type
)
Visual Basic
Public Shared Function IsKnownType ( 
	type As Type
) As Boolean
Visual C++
public:
static bool IsKnownType(
	Type^ type
)
F#
static member IsKnownType : 
        type : Type -> bool 

Parameters

type
Type: System..::..Type
The type to be checked

Return Value

Type: Boolean

[Missing <returns> documentation for "M:BrightstarDB.Rdf.RdfDatatypes.IsKnownType(System.Type)"]

See Also