Click or drag to resize

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:
Syntax
public static bool UseBomForUtf8 { get; set; }

Property Value

Type: Boolean
See Also