Table of Contents

Class PythonStringBuilder

Namespace
Bonsai.ML.HiddenMarkovModels
Assembly
Bonsai.ML.HiddenMarkovModels.dll

Provides a base class for building string representations of Python objects.

public abstract class PythonStringBuilder
Inheritance
PythonStringBuilder
Derived
Inherited Members

Fields

StringBuilder

The internal string builder used to build the string representation.

Methods

BuildString()

Method used to build a string representation of the object.

ToString()

Returns a string that represents the current object.

UpdateString()

Sets a flag to update the string cache on the next call to the ToString() method.