Conversion to StreamConvert string to StreamOn this pageStringToStreampublic Stream StringToStream(string text);ParameterValueTypeDescriptiontextstringThe string you wish to convert to streamDescriptionConverts strings to stream. Examplestring text = "backend server"var streamText = Backend.StringToStream(text);Return casesStream is returned.