StringExtension
Extension Methods for System.String
Static members
Static member | Description |
DeserializeFromJson(s)
Signature: s:String -> 'T
Type parameters: 'T |
|
ReadException(x)
Signature: x:Stream -> Exception
|
Helper function to pack a remote exception See: http://blogs.msdn.com/b/brada/archive/2005/03/27/402801.aspx |
SerializeToJson(data)
Signature: data:'T -> String
Type parameters: 'T |
|
WriteException(x, ex)
Signature: (x:Stream * ex:Exception) -> unit
|
Helper function to pack a remote exception See: http://blogs.msdn.com/b/brada/archive/2005/03/27/402801.aspx |