StringQuotingEmitter class

YAML emitter that quotes strings that might be misinterpreted as other types

public class StringQuotingEmitter : ChainedEventEmitter
parameter description
next The next event emitter in the chain

Public Members

name description
StringQuotingEmitter(…) YAML emitter that quotes strings that might be misinterpreted as other types
override Emit(…) Emit a scalar event, quoting strings that might be misinterpreted as other types

See Also