C# Class DynamicSPARQLSpace.Utilities

Show file Open project: Efimster/DynamicSPARQL

Public Methods

Method Description
AutoquoteSPARQL ( this val ) : string
GetIRIType ( this str ) : IRIType

Chaecks whether string is IRI

MindAsterisk ( this str ) : string
NewStringGuid ( bool noDashes = true ) : string

Generates string GUID

Method Details

AutoquoteSPARQL() public static method

public static AutoquoteSPARQL ( this val ) : string
val this
return string

GetIRIType() public static method

Chaecks whether string is IRI
public static GetIRIType ( this str ) : IRIType
str this
return IRIType

MindAsterisk() public static method

public static MindAsterisk ( this str ) : string
str this
return string

NewStringGuid() public static method

Generates string GUID
public static NewStringGuid ( bool noDashes = true ) : string
noDashes bool
return string