-
Notifications
You must be signed in to change notification settings - Fork 0
M_Ekstrand_Text_StringUtil_StreamToString
Fred Ekstrand edited this page Aug 4, 2020
·
1 revision
Return a converted stream to a string
Namespace: Ekstrand.Text
Assembly: StringOperations (in StringOperations.dll) Version: 1.0.0.3 (1.0.0.3)
C#
public static string StreamToString(
Stream str
)
VB
Public Shared Function StreamToString (
str As Stream
) As String
C++
public:
static String^ StreamToString(
Stream^ str
)
F#
static member StreamToString :
str : Stream -> string
- str
- Type: System.IO.Stream
Stream to be converted to a string.
Type: String
A string that has been converted from a stream.
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to [email protected]
Created using: Sandcastle Help File Builder
-
Ekstrand.Text Namespace
-
StringOperations Class
-
StringOperations Methods
- StringOperations.EscapeIllegalChars Method
- StringOperations.FirstCharToLowercase Method
- StringOperations.FirstCharToUppercase Method
- StringOperations.PadCenter Method
- StringOperations.PadCenterCrop Method
- StringOperations.PadLeftCrop Method
- StringOperations.PadRightCrop Method
- StringOperations.Remove Method
- StringOperations.Replace Method
- StringOperations.ToTitleCase Method
-
StringOperations Methods
- StringUtil Class
-
StringOperations Class