In This Topic
Removes newlines from a string, replacing them with ". "
Syntax
'Declaration
<ContractAnnotationAttribute("source:null=>null; source:notnull=>notnull")>
Public Shared Function StripLineBreaks( _
ByVal As String _
) As String
[ContractAnnotation("source:null=>null; source:notnull=>notnull")]
public static string StripLineBreaks(
string
)
[ContractAnnotation("source:null=>null; source:notnull=>notnull")]
public:
static String^ StripLineBreaks(
String^
)
Parameters
- source
- The string to convert
See Also