Declared conversion from a string value.

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

Syntax

C#
public static implicit operator PlainLiteral (
	string value
)
Visual Basic
Public Shared Widening Operator CType ( 
	value As String
) As PlainLiteral
Visual C++
static implicit operator PlainLiteral^ (
	String^ value
)
F#
F# does not support the declaration of new casting operators.

Parameters

value
Type: System..::..String

[Missing <param name="value"/> documentation for "M:BrightstarDB.Rdf.PlainLiteral.op_Implicit(System.String)~BrightstarDB.Rdf.PlainLiteral"]

Return Value

Type: PlainLiteral
A new PlainLiteral instance with no language tag

See Also