GeneralDecompress Method
Decompresses the string.
Definition
Namespace: DWSIM.ExtensionMethods
Assembly: DWSIM.ExtensionMethods (in DWSIM.ExtensionMethods.dll) Version: 10.0.0.0
Assembly: DWSIM.ExtensionMethods (in DWSIM.ExtensionMethods.dll) Version: 10.0.0.0
C#
public static string Decompress(
this string compressedText
)VB
<ExtensionAttribute>
Public Shared Function Decompress (
compressedText As String
) As StringParameters
- compressedText String
- The compressed text.