String.Max Method

Include Protected Members
Include Inherited Members

Returns the maximum value in a sequence of values.

Overload List

  Name Description
Bb920045.pubextension(en-us,VS.95).gif Max() Returns the maximum value in a generic sequence. (Defined by Enumerable.)
Bb920045.pubextension(en-us,VS.95).gif Max(Func<Char, Int32>) Invokes a transform function on each element of a sequence and returns the maximum Int32 value. (Defined by Enumerable.)
Bb920045.pubextension(en-us,VS.95).gif Max(Func<Char, Nullable<Int32>>) Invokes a transform function on each element of a sequence and returns the maximum nullable Int32 value. (Defined by Enumerable.)
Bb920045.pubextension(en-us,VS.95).gif Max(Func<Char, Nullable<Int64>>) Invokes a transform function on each element of a sequence and returns the maximum nullable Int64 value. (Defined by Enumerable.)
Bb920045.pubextension(en-us,VS.95).gif Max(Func<Char, Nullable<Single>>) Invokes a transform function on each element of a sequence and returns the maximum nullable Single value. (Defined by Enumerable.)
Bb920045.pubextension(en-us,VS.95).gif Max(Func<Char, Nullable<Double>>) Invokes a transform function on each element of a sequence and returns the maximum nullable Double value. (Defined by Enumerable.)
Bb920045.pubextension(en-us,VS.95).gif Max(Func<Char, Nullable<Decimal>>) Invokes a transform function on each element of a sequence and returns the maximum nullable Decimal value. (Defined by Enumerable.)
Bb920045.pubextension(en-us,VS.95).gif Max(Func<Char, Int64>) Invokes a transform function on each element of a sequence and returns the maximum Int64 value. (Defined by Enumerable.)
Bb920045.pubextension(en-us,VS.95).gif Max(Func<Char, Single>) Invokes a transform function on each element of a sequence and returns the maximum Single value. (Defined by Enumerable.)
Bb920045.pubextension(en-us,VS.95).gif Max(Func<Char, Double>) Invokes a transform function on each element of a sequence and returns the maximum Double value. (Defined by Enumerable.)
Bb920045.pubextension(en-us,VS.95).gif Max(Func<Char, Decimal>) Invokes a transform function on each element of a sequence and returns the maximum Decimal value. (Defined by Enumerable.)

Top

See Also

Reference

String Class

String Members

System Namespace