StringBufferExtensionsRestorePlaceholders Method
Restores placeholders for hash and comma to their original characters.
Namespace: MobileTrack.Receiver.ExtensionsAssembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
public static string RestorePlaceholders(
string value,
string placeholderForHash,
string placeholderForComma
)
- value String
- The string containing placeholders.
- placeholderForHash String
- The placeholder string for hash ('#').
- placeholderForComma String
- The placeholder string for comma (',').
StringThe string with placeholders replaced by their original characters.