Declared conversion to a string value
Namespace: BrightstarDB.RdfAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public static implicit operator string (
PlainLiteral literal
) |
| Visual Basic |
|---|
Public Shared Widening Operator CType (
literal As PlainLiteral
) As String |
| Visual C++ |
|---|
static implicit operator String^ (
PlainLiteral^ literal
) |
| F# |
|---|
F# does not support the declaration of new casting operators. |
Parameters
- literal
- Type: BrightstarDB.Rdf..::..PlainLiteral
Return Value
Type:
StringThe
Value property of the PlainLiteral instance
See Also