adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / StringUtil Class / StripLineBreaks Method

In This Topic
    StripLineBreaks Method
    In This Topic
    Removes newlines from a string, replacing them with ". "
    Syntax
    'Declaration
     
    
    Public Shared Function StripLineBreaks( _
       ByVal source As String _
    ) As String
    public static string StripLineBreaks( 
       string source
    )

    Parameters

    source
    See Also