OptionsUseBomForUtf8 Property  | 
 
            Gets/Sets whether a UTF-8 BOM is used for UTF-8 Streams created by dotNetRDF (this does not affect Streams passed directly to methods as open streams cannot have their encoding changed).
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static bool UseBomForUtf8 { get; set; }Public Shared Property UseBomForUtf8 As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also