77 lines
1.6 KiB
Groff
77 lines
1.6 KiB
Groff
.TH "CampusAppWP8.Utility.Wp8StringManager" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.Utility.Wp8StringManager \-
|
|
.PP
|
|
Class provides some special StringMethods\&.
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.PP
|
|
Inherits \fBCampusAppWPortalLib8\&.Utility\&.DefaultStringManager\fP\&.
|
|
.SS "Static Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "static string \fBStripAndDecodeHTML\fP (string inputString)"
|
|
.br
|
|
.RI "\fIMethod removes Html-Tag of a String\&. \fP"
|
|
.ti -1c
|
|
.RI "static bool \fBIsBTUQRTag\fP (string content)"
|
|
.br
|
|
.RI "\fIQuery if 'content' is a valid btuqr tag\&. \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Class provides some special StringMethods\&.
|
|
|
|
Stubbfel, 15\&.10\&.2013\&.
|
|
.PP
|
|
\fBSee Also:\fP
|
|
.RS 4
|
|
T:CampusAppWPortalLib8\&.Utility\&.DefaultStringManager
|
|
.PP
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "static bool CampusAppWP8\&.Utility\&.Wp8StringManager\&.IsBTUQRTag (stringcontent)\fC [static]\fP"
|
|
|
|
.PP
|
|
Query if 'content' is a valid btuqr tag\&. Stubbfel, 16\&.10\&.2013\&.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIcontent\fP The content\&.
|
|
.RE
|
|
.PP
|
|
\fBReturns:\fP
|
|
.RS 4
|
|
true if btuqr tag, false if not\&.
|
|
.RE
|
|
.PP
|
|
|
|
.SS "static string CampusAppWP8\&.Utility\&.Wp8StringManager\&.StripAndDecodeHTML (stringinputString)\fC [static]\fP"
|
|
|
|
.PP
|
|
Method removes Html-Tag of a String\&. Stubbfel, 15\&.10\&.2013\&.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIinputString\fP String with Html-Tags\&.
|
|
.RE
|
|
.PP
|
|
\fBReturns:\fP
|
|
.RS 4
|
|
String without Html-Tags\&.
|
|
.RE
|
|
.PP
|
|
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppW8 from the source code\&.
|