TurtleSpecsHelperIsLongLiteral Method |
Determines whether a given String should be serialized as a Long Literal.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsLongLiteral(
string value
)
Public Shared Function IsLongLiteral (
value As String
) As Boolean
Parameters
- value
- Type: SystemString
String to test.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.TurtleSpecsHelper.IsLongLiteral(System.String)"]
See Also