Click or drag to resize

CommonUtil Class

[Missing <summary> documentation for "T:RCS.Carbon.Shared.CommonUtil"]

Inheritance Hierarchy
SystemObject
  RCS.Carbon.SharedCommonUtil

Namespace: RCS.Carbon.Shared
Assembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax
C#
public static class CommonUtil

The CommonUtil type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDeserializeSimpleJoinedT Deserialzies a string that was created by the DeserializeSimpleJoinedT(String, String) method.
Public methodStatic memberSafeFilename Replaces illegal file or path characters from a simple filename with underscores.
Public methodStatic memberSerializeSimpleJoined Serialize the root properties of an object into a culture-neutral joined string of key=value tokens.
Top
See Also