Files
win8phoneApp/Doc/man/man3/CampusAppWPortalLib8_Utility_DefaultStringManager.3
2013-10-18 09:32:53 +02:00

213 lines
5.0 KiB
Groff

.TH "CampusAppWPortalLib8.Utility.DefaultStringManager" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- nroff -*-
.ad l
.nh
.SH NAME
CampusAppWPortalLib8.Utility.DefaultStringManager \-
.PP
Class provides some special StringMethods\&.
.SH SYNOPSIS
.br
.PP
.PP
Inherited by \fBCampusAppWP8\&.Utility\&.Wp8StringManager\fP\&.
.SS "Static Public Member Functions"
.in +1c
.ti -1c
.RI "static string \fBStripHTML\fP (string inputString)"
.br
.RI "\fIMethod removes Html-Tag of a String\&. \fP"
.ti -1c
.RI "static string \fBAddNewLine\fP (string str)"
.br
.RI "\fIMethod add an Newline to a string\&. \fP"
.ti -1c
.RI "static string \fBRemoveNewLine\fP (string str)"
.br
.RI "\fIMethod remove(TrimEND!) an Newline to a string\&. \fP"
.ti -1c
.RI "static bool \fBIsValidEmail\fP (string strIn)"
.br
.RI "\fIQuery if 'strIn' is valid email\&. \fP"
.ti -1c
.RI "static string \fBCreateUniTelefonNumber\fP (string input)"
.br
.RI "\fICreates uni telefon number\&. \fP"
.ti -1c
.RI "static string \fBToShortString\fP (string longStr, int maxLenght, string suffix='')"
.br
.RI "\fIMethod create from a long string a short string\&. \fP"
.ti -1c
.RI "static string \fBFilterPlaceIdinQRResultString\fP (string qrcodeResult)"
.br
.RI "\fIMethod gets the placeId of the result string for an qrCode string\&. \fP"
.ti -1c
.RI "static bool \fBIsDigitsOnly\fP (string str)"
.br
.RI "\fIMethod check if the string contains only digit\&. \fP"
.ti -1c
.RI "static string \fBFilterPlaceIdinNFCResultString\fP (string nfcResult)"
.br
.RI "\fIMethod gets the placeId of the result string for an nfc string\&. \fP"
.in -1c
.SH "Detailed Description"
.PP
Class provides some special StringMethods\&.
Stubbfel, 15\&.10\&.2013\&.
.SH "Member Function Documentation"
.PP
.SS "static string CampusAppWPortalLib8\&.Utility\&.DefaultStringManager\&.AddNewLine (stringstr)\fC [static]\fP"
.PP
Method add an Newline to a string\&. Stubbfel, 15\&.10\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIstr\fP input string\&.
.RE
.PP
\fBReturns:\fP
.RS 4
input string + newline\&.
.RE
.PP
.SS "static string CampusAppWPortalLib8\&.Utility\&.DefaultStringManager\&.CreateUniTelefonNumber (stringinput)\fC [static]\fP"
.PP
Creates uni telefon number\&. Stubbfel, 04\&.09\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIinput\fP The input\&.
.RE
.PP
\fBReturns:\fP
.RS 4
The new uni telefon number\&.
.RE
.PP
.SS "static string CampusAppWPortalLib8\&.Utility\&.DefaultStringManager\&.FilterPlaceIdinNFCResultString (stringnfcResult)\fC [static]\fP"
.PP
Method gets the placeId of the result string for an nfc string\&. Stubbfel, 15\&.10\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fInfcResult\fP input nfc string\&.
.RE
.PP
\fBReturns:\fP
.RS 4
the id if it was found it in the string otherwise null\&.
.RE
.PP
.SS "static string CampusAppWPortalLib8\&.Utility\&.DefaultStringManager\&.FilterPlaceIdinQRResultString (stringqrcodeResult)\fC [static]\fP"
.PP
Method gets the placeId of the result string for an qrCode string\&. Stubbfel, 15\&.10\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIqrcodeResult\fP input qrCode string\&.
.RE
.PP
\fBReturns:\fP
.RS 4
the id if it was found it in the string otherwise null\&.
.RE
.PP
.SS "static bool CampusAppWPortalLib8\&.Utility\&.DefaultStringManager\&.IsDigitsOnly (stringstr)\fC [static]\fP"
.PP
Method check if the string contains only digit\&. Stubbfel, 15\&.10\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIstr\fP input string\&.
.RE
.PP
\fBReturns:\fP
.RS 4
true if the string contains only digit, otherwise false\&.
.RE
.PP
.SS "static bool CampusAppWPortalLib8\&.Utility\&.DefaultStringManager\&.IsValidEmail (stringstrIn)\fC [static]\fP"
.PP
Query if 'strIn' is valid email\&. Stubbfel, 04\&.09\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIstrIn\fP The in\&.
.RE
.PP
\fBReturns:\fP
.RS 4
true if valid email, false if not\&.
.RE
.PP
.SS "static string CampusAppWPortalLib8\&.Utility\&.DefaultStringManager\&.RemoveNewLine (stringstr)\fC [static]\fP"
.PP
Method remove(TrimEND!) an Newline to a string\&. Stubbfel, 12\&.09\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIstr\fP input string\&.
.RE
.PP
\fBReturns:\fP
.RS 4
input string - newline\&.
.RE
.PP
.SS "static string CampusAppWPortalLib8\&.Utility\&.DefaultStringManager\&.StripHTML (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
.SS "static string CampusAppWPortalLib8\&.Utility\&.DefaultStringManager\&.ToShortString (stringlongStr, intmaxLenght, stringsuffix = \fC''\fP)\fC [static]\fP"
.PP
Method create from a long string a short string\&. Stubbfel, 15\&.10\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIlongStr\fP the long input String\&.
.br
\fImaxLenght\fP max length of the short string\&.
.br
\fIsuffix\fP (optional) suffix which added to the short string, when long string has to be cut\&.
.RE
.PP
\fBReturns:\fP
.RS 4
the shorted string\&.
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for CampusAppW8 from the source code\&.