setEncodingStyle overloads
Synopses
Declared in <baljsn_encoderoptions.h>
Same as the preceding overload, using the legacy EncodingStyle enumerator type defined in this class.
void
setEncodingStyle(baljsn::EncoderOptions::EncodingStyle value);
Set the "EncodingStyle" attribute of this object to the specified value.
void
setEncodingStyle(baljsn::EncodingStyle::Value value);
Parameters
Name |
Description |
value |
new value for "EncodingStyle" |
Created with MrDocs