toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case MsSmoothManifestEncoding.utf8:
      return 'UTF8';
    case MsSmoothManifestEncoding.utf16:
      return 'UTF16';
  }
}